home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / imbind.h < prev    next >
Text File  |  1996-07-10  |  532b  |  14 lines

  1. /* k 1016   21/11/90    */
  2. /* k 0115    02/02/91    */
  3. struct  imbind {                    /* image bind           */
  4.     unsigned char bindl;            /* bind image   length  *//* @0115 */
  5.     union {
  6.       char name[8];                 /* name bind image      */
  7.       struct {
  8.         char bind[25];              /* image bind           */
  9.         char urcl;                  /* URC length           */
  10.         long int urc;               /* URC                  */
  11.              } ur;
  12.           } im;
  13.                };
  14.